 .iconfont {
	display: inline-block;
	font-family: "iconfont" !important;
	font-size: 66px;
	font-style: normal; color:#FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@font-face {
	font-family:'iconfont';src:url("/css/font_1485359_w8nxk105ml.eot?t=e134234");src:url("//at.alicdn.com/t/font_1485359_w8nxk105ml.eot?t=e234234#iefix") format("embedded-opentype"),url("/images/font2.woff2?t=e234234") format("woff2"),url("/css/font_1485359_w8nxk105ml.woff?t=e234234") format("woff"),url("/css/font_1485359_w8nxk105ml.ttf?t=e234234") format("truetype"),url("/css/font_1485359_w8nxk105ml.svg") format("svg")
}

			.shadow{
				box-shadow: 0px 3px 10px 0px rgba(32, 22, 19, 0.59);
				width: 100%;
				height: 1px;
				background-color: rgba(32, 22, 19, 0.09);
				 
				position: absolute;
				top: 157px;
				left: 0;
			}
			.map {
			    height: 597px;
			    position: relative;
			    margin: 30px auto 90px;
			}

			#container {
			    position: absolute;
			    left: 0;
			    top: 0;
			    width: 100%;
			    height: 100%;
			}

			#container .amap-logo,
			#container .amap-copyright{
				display: none !important;
			}

			.amap-marker-label{
			      position: absolute;
			      z-index: 2;
			      border: 1px solid #ccc;
			      background-color: white;
			      white-space: nowrap;
			      cursor: default;
			      padding: 3px;
			      font-size: 12px;
			      line-height: 14px;
			   }
			/* 以下css为搜索新加内容 */
			.searchPage{
				position: fixed;
				width: 100%;
				height: 100%;
				background-color: rgba(0,0,0,.6);
				z-index: 999;
				display: flex;
				justify-content: center;
				align-items: center;
				display: none;
			}
			.searchBox{
				height: 45px;
				width: 550px;
				display: flex;
				align-items: center;
				line-height: 45px;
			}
			.searchBox input{
				background: #fff;
				box-shadow: 3px 3px 3px rgba(0,0,0,0.5) inset;
				-ms-flex: 1;
				flex: 1;
				padding: 0 12px;
				font-size: 16px;
				-webkit-appearance: none;
				appearance: none;
				border-radius: 0;
				outline: 0;
				height: 100%;
				width: 430px;
				border: 0;
			}
			.searchBox span{
				display: block;
				background: #0a734e;
				color: #fff;
				width: 120px;
				text-align: center;
				font-size: 18px;
				cursor: pointer;
				-webkit-appearance: none;
				appearance: none;
				border-radius: 0;
				width: 120px;
				height: 45px;
			}

			.searchPage img{
				display: block;
				position: absolute;
				top: 30px;
				right: 30px;
				width: 70px;
				height: 70px;
				cursor: pointer;
			}
			/* 固定导航*/
			.header{
				width: 100%;
				position: fixed;
				z-index: 998;
				/*background-color: rgba(255,255,255,.5);*/
				background-color: #fefbed;
			}
			.content{
				padding-top: 158px; background-image:url(/img/mainbg.jpg); background-repeat:no-repeat; background-position:top;
			}
			.subContent ul li a p:hover{
				-webkit-transform: translateX(5px);
				-ms-transform: translateX(5px);
				-o-transform: translateX(5px);
				transform: translateX(5px);
				color: #038890;
				transition: 0.5s;
			}
			.kepuList a:hover p{
				-webkit-transform: translateX(5px);
				-ms-transform: translateX(5px);
				-o-transform: translateX(5px);
				transform: translateX(5px);
				color: #038890 !important;
				transition: 0.5s;
			}

			#tips {
				width: 100%;
				height: 37px;
				background-color: #d7c792;
				color: #d05423;
				text-align: center;
				line-height: 37px;
			}
 
 
 .shipinspan{position:absolute; width:100%; line-height:50px; height:50px;filter:Alpha(opacity=80); background:#000; background:rgba(0,0,0,0.5) !important; bottom:0px; left:0px; color:#fff; text-align:center; font-size:16px;  } 
 
 .btn-playb {
    position: absolute;
    left: 5%;
    top: 80%;
    margin-left: -20px;
    margin-top: -25px;
    z-index: 3;
    width: 40px;
    height: 40px;
    display: block;
    background: url(/images/play.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
} 


.layout {
	width: 1310px;
	margin-left: auto;
	margin-right: auto
}
.footer {
	position: relative;
	height: 250px;
	color: #ccc;
	background-color: #038890;
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';  
}

.footer a {
	color: rgba(255,255,255,1);
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.footer a:hover {
	color: #fff
}

.footer .wrapper {
	position: relative;
	background-color: #143d57
}

:root .footer .wrapper {
	background-color: transparent
}

.footer .wrapper #links {
	height: 46px;
	line-height: 46px; margin:0; padding:0
}

.footer .wrapper #links .links>li {
	position: relative;
	float: left
}

.footer .wrapper #links .links>li:hover>a {
	color: #fff
}

.footer .wrapper #links .links>li:hover>a::after {
	transform: rotateZ(180deg)
}

.footer .wrapper #links .links>li:hover .link-nav {
	max-height: none;
	opacity: 1
}

.footer .wrapper #links .links>li+li {
	margin-left: 30px
}

.footer .wrapper #links .links>li>a {
	display: block;
	font-size: 14px;
	color: #e4e4e4;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.footer .wrapper #links .links>li>a:after {
	content: "\e610";
	font-family: "iconfont";
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
	color: #999;
	vertical-align: top;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.footer .wrapper #links .links>li.important-link>a:after {
	display: none
}

.footer .wrapper #links .links>li .link-nav {
	position: absolute;
	left: 50%;
	bottom: 46px;
	line-height: 30px;
	width: 200px;
	margin-left: -100px;
	max-height: 0;
	overflow: hidden;
	text-align: left;
	background-color: #e4e4e4;
	z-index: 1;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.footer .wrapper #links .links>li .link-nav li+li a {
	border-top: 1px solid #999
}

.footer .wrapper #links .links>li .link-nav a {
	display: block;
	color: #333;
	padding: 0px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.footer .wrapper #links .links>li .link-nav a:hover {
	color: #0072ce
}

.footer .wrapper #links .mailbox li {
	float: left
}

.footer .wrapper #links .mailbox li+li {
	margin-left: 31px
}

.footer .wrapper #links .mailbox li+li a::before {
	width: 1px
}

.footer .wrapper #links .mailbox li a {
	line-height: 1;
	color: #fff;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.footer .wrapper #links .mailbox li a:hover {
	color: #fff
}

.footer .wrapper #links .mailbox li a::before {
	content: "";
	display: inline-block;
	position: relative;
	left: -16px;
	top: 3px;
	width: 0;
	height: 16px;
	background-color: rgba(255,255,255,0.2)
}

.footer .wrapper .footer-info {
	height: 170px;
	box-sizing: border-box;
	padding-top: 18px;
	border-top: 1px solid rgba(255,255,255,0.1)
}

.footer .wrapper .footer-info .footer-left {
	padding-top: 25px
}

.footer .wrapper .footer-info .footer-left a {
	float: left;
	width: 65px;
	height: 80px
}

.footer .wrapper .footer-info .footer-left a img {
	width: 100%;
	height: 100%
}
 
.footer .wrapper .footer-info .footer-left a.ps {
	width: 78px;
	height: 80px
}

.footer .wrapper .footer-info .footer-left a+a {
	margin-left: 20px
}

.footer .wrapper .footer-info .footer-infos {
	min-height: 128px;
	padding-left: 25px;
	margin-left: 30px;
	border-left: 1px solid rgba(255,255,255,0.2);
	white-space: nowrap;
	line-height: 32px;
	color: #fff;
	font-size: 14px
}

.footer .wrapper .footer-info .footer-infos>p {
	line-height: 44px
}

.footer .wrapper .footer-info .footer-wei {
	padding-left: 30px;
	padding-top: 3px;
	border-left: 1px solid rgba(255,255,255,0.2)
}

.footer .wrapper .footer-info .footer-wei a {
	float: left;
	display: block
}

.footer .wrapper .footer-info .footer-wei a+a {
	margin-left: 20px
}

.footer .wrapper .footer-info .footer-wei a img {
	display: block;
	width: 100px;
	height: 100px
}

.footer .wrapper .footer-info .footer-wei a span {
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	margin-top: 10px;
	color: #e4e4e4
}

.footer .wrapper .right-builder {
	height: 4px;
	line-height: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid rgba(255,255,255,0.1);
	color: #fff
}

.footer .wrapper .right-builder a {
	color: #fff;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.footer .wrapper .right-builder a:hover {
	color: #d3b579
}

.clearfix{*zoom:1}

.fleft{ float:left}
 .fr{ float:right}
 #bay{
			width:280px;
			height: 187px;
			z-index: 10000;

		    }
		.wai{
			/**width:200px;
			height: 200px;*/
			position: relative;
		}

		.wai > img:nth-of-type(1) {
			width: 100%;
			height: 100%;
		}
		.close{
			position: absolute;
			right: 0px;
			top: 0px;
			width: 22px;
			height: 22px;
		}



.aside {
	display: block;
	position: fixed;
	top: 50%;
	right: 35px;
	z-index: 99;
	width: 70px;
	text-align: center;
	opacity: 0
}

.aside li {
	width: 70px;
	height: 70px
}

.aside li+li {
	margin-top: 10px
}

.aside li.online a {
	animation: blink .8s infinite alternate
}

.aside li.yq-bar a {
	background-color: #038890
}

.aside a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #903f00;
	border-radius: 5px;
	box-sizing: border-box;
	padding-top: 8px;
	color: #fff;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.aside a.hide-title small {
	display: none
}

.aside a.hide-title i {
	margin-top: 7px;
	font-size: 40px
}

.aside a .img-wrap {
	display: none;
	position: absolute;
	left: -135px;
	top: -28px;
	width: 126px;
	height: 126px;
	background-color: #fff
}

.aside a .img-wrap:after {
	content: "";
	position: absolute;
	top: 47%;
	right: -5px;
	display: inline-block;
	border-width: 0px 10px 10px 0px;
	border-style: solid;
	border-color: transparent #fff;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}

.aside a .img-wrap img {
	width: 120px;
	height: 120px;
	border: 3px solid #fff
}

.aside a i {
	display: block;
	text-align: center;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 5px
}

.aside a small {
	display: block;
	font-size: 12px;
	text-align: center
}

.aside a:hover {
	background-color: #f09e6c
}

.aside a.show-images:hover .img-wrap {
	display: block;
	-webkit-animation: popFadeIn .5s;
	animation: popFadeIn .5s
}

.aside .top-back-container {
	display: none
}

.aside .top-back-container .top-back i {
	line-height: 50px
}
